home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / indx18eu.zip / MANIFEST.TXT < prev    next >
Text File  |  1991-03-20  |  2KB  |  39 lines

  1. ******************************************************************************
  2. FILE :  MANIFEST.TXT
  3. ------------------------------------------------------------------------------
  4.  
  5. The following files should be included with this archive.  Feel free to use
  6. these files in your programs, but always give credit to me for what you use-
  7. ( IE, don't claim it as your own work ).  If you give this package to friends
  8. or BBSes always include the following files as well.
  9.  
  10. ------------------------------------------------------------------------------
  11. FILE NAME       DESCRIPTION
  12. ------------    --------------------------------------------------------------
  13. MANIFEST.TXT    This file - basic inventory list.
  14. INDEXEDF.PAS    File containing source for UNIT IndexedFiles for Turbo
  15.                 Pascal.
  16. FILES   .PAS    File containing source for UNIT Files for Turbo Pascal.
  17. READ    .ME     File explaining the UNITS and how to use them.
  18. IREAD   .PAS    Demo program to show reading and updating with UNIT
  19.                 IndexedFiles.
  20. IWRITE  .PAS    Demo program to show how to create an indexed file with UNIT
  21.                 IndexedFiles.
  22. XCHANGE .ASM    Assembly PROC to exchange two variables without the need for a
  23.                 temporary variable.
  24. XCHANGE .OBJ    Compiled version of XCHANGE.ASM
  25. COMPARE .ASM    Assembly PROC to compare any two variables.
  26. COMPARE .OBJ    Compiled version of COMPARE.ASM
  27. HEXSTR  .ASM    Assembly PROC to convert a ORDINAL type ( IE, BYTE to LONGINT )
  28.                 into it's equivalent Hexidecimal string.
  29. HEXSTR  .OBJ    Compiled version of HEXSTR.ASM
  30. ASMROUTI.PAS    The Pascal UNIT that defines all of these assembly PROCs for
  31.                 Turbo Pascal.
  32. HEXTEST .PAS    Pascal program to demonstrate how to use HexStr.
  33. OTHRTEST.PAS    Pascal program to show how to use Compare and Exchange.
  34.                 The time measures in it are to be taken with a grain of 
  35.              salt.  See the comments there for more.
  36. ------------------------------------------------------------------------------
  37.  
  38. *******************************************************************************
  39.